Related Topics
Controlling the verification of Java applets
New Features Overview
Don't Check Code | The lowest form of verfication. Neither byte code on your local drive nor on the network is inspected. |
Check Remote Code | Only applets coming from the network are inspected. Any byte code that may have been previously installed on your local drive will not be verified. |
Check All Code | The highest form of verification. Byte code coming from both your local drive and the network are inspected. |
Applet Host Access | Medium-level security: Once downloaded, the applet can only send and receive information from the server from which it was downloaded. |
No Network Access | High-level security. Once downloaded, the applet cannot access any servers on the Internet. |
Unrestricted Access | Low-level security. Java applets can send and receive information to any server on the Internet. |
Related Topics
Verifying Java applets
Restricting access to your hard drive
New Features Overview
Related Topics
Configuring Java security levels
Restricting access to your hard drive
New Features Overview
Related Topics
Configuring Java security levels
Restricting access to your hard drive
New Features Overview